@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,700;1,500&display=swap");

body {
  /*background-color: #EAEAEA;*/
	background-color: #5e0001;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5 {
	flex-basis: 100%;
	font-family: 'Prompt',serif;
	font-weight: 100;
}

ul.list-style-type-dash {
	list-style-type: none;
}

ul.list-style-type-dash > li {
	text-indent: -15px;
}

ul.list-style-type-dash > li:before {
	content: "- ";
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
  /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper a:hover {
	color: #ffc900;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
}

.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.separator::before {
	margin-right: .5em;
}

.separator::after {
	margin-left: .5em;
}

.navbar-desktop {
	background: url(../img/cont13.jpg);
	height: 116px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: db_brandvoice_xregular;
	font-size: 20px;
	color: #fff;
}

.navbar-desktop input {
	width: 120px;
}

.navbar-desktop .navbar-nav {
	margin-left: 200px;
}

.navbar-desktop .navbar-brand {
	width: 188px;
	align-self: flex-start;
}

.navbar-desktop .navbar-brand img {
	top: 0;
}

.navbar-desktop a {
	color: #ffc900;
}

.navbar-desktop a:hover, .navbar-desktop .navbar-desktop a:focus {
	color: #fac153;
}

.navbar-desktop ul.navbar-nav li.nav-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.navbar-desktop .logo-mobile-wrapper {
	font-size: 16px;
	font-family: 'Prompt',serif;
	font-weight: bold;
	background: -webkit-linear-gradient(#F9F0D5, #F7EBBA);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-desktop .logo-mobile-wrapper .logo-mobile {
	width: 50px;
}

.navbar-desktop .navbar-toggler-wrapper .navbar-toggler {
	border: 0 !important;
	color: #ffffff;
	font-size: 30px;
}

.navbar-desktop .navbar-toggler-wrapper .navbar-toggler:focus {
	box-shadow: none;
}

.navbar-desktop .navbar-toggler-wrapper .btn {
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
}

.navbar-desktop .navbar-toggler-wrapper .btn:hover, .navbar-desktop .navbar-toggler-wrapper .btn:focus, .navbar-desktop .navbar-toggler-wrapper .btn:active {
	color: #b3b3b3;
	border: 1px solid #b3b3b3;
}

.navbar-desktop .navbar-toggler-wrapper .btn.login {
	background: #4a0409;
	background: linear-gradient(180deg, #4a0409 0%, #620f11 100%);
	color: #fff;
	border-radius: 1000px;
	border: 2px solid #F7DE7B;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

.navbar-desktop .navbar-toggler-wrapper .btn.login:hover, .navbar-desktop .navbar-toggler-wrapper .btn.login:focus, .navbar-desktop .navbar-toggler-wrapper .btn.login:active {
	color: #cda60c;
}

#home-top-bg {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -9999;
	position: absolute;
	background-image: url(../images/image2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 750px;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.5s ease-in-out;
}

#home-top-bg .diagonal-box {
	position: absolute;
	bottom: -180px;
	left: 0;
	/*background-color: #800000;*/
	transform: skewY(-8.5deg);
	width: 100%;
	height: 300px;
}

main {
	padding-top: 84px;
}

section.content {
	color: #fff;
}

section.content .container-fluid {
	background: linear-gradient(#450609, #891d1d);
	padding: 16px;
}

section.content .content-paragraph {
	font-family: db_ozone_xregular;
	font-size: 26px;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
	text-indent: 1.5em;
}

section.content p {
	font-family: db_ozone_xregular;
	font-size: 26px;
	line-height: 26px;
	margin: 0;
}

section.content .how-to-register, section.content .how-to-play {
	margin-bottom: 50px;
}

#login-mobile-form .btn-login-full {
	background-image: linear-gradient(to bottom, #996632 17%, #f8df7c);
	border: 1px solid #996632;
}

#login-mobile-form .btn-login-full:hover, #login-mobile-form .btn-login-full:focus, #login-mobile-form .btn-login-full:active {
	background-image: linear-gradient(to bottom, #86592c 17%, #f7d964);
}

footer.fix-footer {
	width: 100%;
	height: 70px;
	bottom: 0;
	background-image: linear-gradient(to bottom, #740000 17%, #290101);
	color: #fff;
	z-index: 9999;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.61);
}

footer.fix-footer ul {
	list-style: none;
	display: flex;
	padding-left: 0;
}

footer.fix-footer ul li {
	flex: 1;
	position: relative;
}

footer.fix-footer ul li a:hover, footer.fix-footer ul li a:active {
	color: #fff;
}

footer.fix-footer ul li .logo {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	width: 80%;
}

#cookie-policy-toast {
	z-index: 9998;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-radius: unset;
}

#cookie-policy-toast.toast:not(.showing):not(.show) {
	display: none;
}

@media (min-width: 1200px) {
	main .container-fluid {
		max-width: 1050px;
	}
}

@media (max-width: 1199px) {
	#home-top-bg .diagonal-box {
		bottom: -145px;
	}

	.navbar-desktop .navbar-nav {
		margin-left: 50px;
	}
}

@media (min-width: 576px) {
	section.content .container-fluid {
		padding: 25px;
	}
}

@media (max-width: 991px) {
	#home-top-bg {
		height: 1200px;
	}

	#home-top-bg .diagonal-box {
		display: none;
	}

	.navbar-desktop {
		height: auto;
		background: linear-gradient(#560C0D, #45070A);
		border-bottom: 3px solid #F8C969;
		position: fixed;
		width: 100%;
		z-index: 9999;
	}

	.navbar-desktop .navbar-brand {
		width: auto;
	}

	.navbar-desktop .navbar-nav {
		margin-left: 0px;
	}

	main {
		padding-top: 70px;
		padding-bottom: 68px;
	}

	#cookie-policy-toast {
		bottom: 70px;
	}
}